
 
 F u n c t i o n :   s e t I d F o r ( o b j e c t ) 
 
 
 
 D e s c r i p t i o n :   S e t s   a n d   r e t u r n s   a   s t r i n g   i d   f o r   a n y   o b j e c t   t y p e . 
 
 
 
 R e t u r n s :   S t r i n g . 
 
 
 
 N o t e :   A n y   t y p e   o f   o b j e c t   i s   s u p p o r t e d .   I f   a n   i d   i s   a l r e a d y   s e t   f o r   t h a t   o b j e c t ,   t h e   p r e v i o u s l y   s e t   i d   w i l l   b e   r e t u r n e d .   A f t e r   a n   i d   i s   s e t ,   i t   c a n   b e   u s e d   t o   g e t   t h e   b o u n d   o b j e c t . 
 
 
 
 E x a m p l e : 
 
 
 
 / /   S e t   a n   i d   f o r   a n   o b j e c t . 
 
 
 
 v a r   m y I d   =   $ A . s e t I d F o r ( d o m E l e m e n t ) ; 
 
 